48fa6c
@@ -127,6 +127,7 @@
public interface InfinispanLogger extends BasicLogger {
     @Message(id = 27, value = "Could not determine 'stack' attribute from JGroups subsystem")
     String indeterminiteStack();
 
+    @LogMessage(level = WARN)
     @Message(id = 28, value = "Executor configuration '%s' was deprecated and will only be used to support legacy slaves in the domain.")
-    String executorIgnored(String executorName);
+    void executorIgnored(String executorName);
 }
